home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tsrhelp.zip / RESTINT.INC < prev    next >
Text File  |  1992-05-28  |  101b  |  10 lines

  1. RestInt Proc    Far
  2.  
  3.  
  4.         Mov AH,25h
  5.         Int 21h
  6.         
  7.         Ret
  8. RestInt EndP
  9.  
  10.